Defines a special type of flow content that allows to insert existing PDF pages into a flow document. The existing PDF page content is kept as it is, it is not reflown on flow document's page.

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Full documentation

Initializes a new PDFFlowPageContent with the specified page.

Full documentation

Initializes a new PDFFlowPageContent with the specified page.

Full documentation

Adds a listener for the create page event.

Full documentation

Adds a listener for the before flow content draw event.

Full documentation

Full documentation

Gets the content background.
The background that fills the flow content bounding rectangle.

Full documentation

Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.

Full documentation

Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.

Full documentation

Gets a value indicating whether the footer defined in the flow document is added to this page.

Full documentation

Gets a value indicating whether the header defined in the flow document is added to this page.

Full documentation

Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Gets the existing PDF page to be inserted in the flow document.

Full documentation

Gets the structure element.

Full documentation

Gets an arbitrary object value that can be used to store custom information about this element.

Full documentation

Gets a value indicating whether this page is writeable.
A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Removes a listener for the create page event.

Full documentation

Removes a listener for the before flow content draw event.

Full documentation

Sets the content background.
The background that fills the flow content bounding rectangle.

Full documentation

Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.

Full documentation

Sets a value indicating whether the footer defined in the flow document is added to this page.

Full documentation

Sets a value indicating whether the header defined in the flow document is added to this page.

Full documentation

Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.

Full documentation

Sets the structure element.

Full documentation

Sets an arbitrary Object value that can be used to store custom information about this element.

Full documentation

Sets a value indicating whether this page is writeable.
A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.

Full documentation